-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix(material/chips): strengthen edit/remove icons focus/hover styling #31759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Deployed dev-app for 1d5ca15 to: https://ng-dev-previews-comp--pr-angular-components-31759-dev-61xov1fi.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
Deployed docs-preview for 1d5ca15 to: https://ng-dev-previews-comp--pr-angular-components-31759-docs-6rzp9mji.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
070397b
to
d0db71f
Compare
7192b37
to
1d5ca15
Compare
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Fixes b/286103414 by doubling the opacity of the edit and remove icons when they are focused and hovered, to provide more contrast against the chip which has the same opacity added on focus/hover.
Note: making the change in m3-chip to keep the stronger (calculated) opacity as replaceable while also using the same base opacity. Since the latter is a variable, had to use calc there as well.